home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / e / OBEdit_src.lha / OBEdit_src.readme next >
Text File  |  1999-05-28  |  1KB  |  31 lines

  1. Short:    Source code for OBEdit - UFO/X-COM weapons editor
  2. Uploader: ai97koo@stud.hib.no (Kay Ove Ovesen)
  3. Author:   ai97koo@stud.hib.no (Kay Ove Ovesen)
  4. Type:     dev/e
  5. Requires: OS 2.0+ 
  6. Version:  1.1
  7.  
  8.  
  9. Copyright © 1999 Kay Ove Ovesen.
  10. All rights reserved.
  11.  
  12.  
  13. OBEdit is a small command-line utility that can import/export values from
  14. X-COM I and II's OBDATA.DAT file to tab- or comma separated ASCII files. These
  15. files can esily be manipulated by most database or spreadsheet programs.
  16. The binaries and the main .guide file can be found at game/misc/OBEdit.lha.
  17.  
  18. Permission is granted for anybody to use parts of this code in their own
  19. programs without prior consent from the author. However, improvements to
  20. the main program should be sent to me so I can include them in the next
  21. version. Any improvements applied will of course be duly credited.
  22.  
  23.     CHANGES FROM v1.0:
  24.  
  25.     - Successfully implemented "$VER:" version string. (Finally got it working!)
  26.     - Improved import-file exception handling. No longer aborts if procline() or
  27.       impvalues() encounter out-of-range data, but rather skips the object
  28.       (line in CSV/RFF file) entirely and prints it to the console.
  29.     - Added the "Verbose" option just for the heck of it.
  30.     - No bugs fixed because: no bugs found.
  31.